PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFPageLayout Enumeration
In This Topic
    PDFPageLayout Enumeration
    In This Topic
    Defines the supported page layouts for PDF documents.
    Members
    MemberDescription
    ONE_COLUMNDisplay the pages in one column.
    READER_DEFAULTDefault layout of the PDF reader application.
    SINGLE_PAGEDisplay one page at a time.
    TWO_COLUMN_LEFTDisplay the pages in two columns, with odd-numbered pages on the left.
    TWO_COLUMN_RIGHTDisplay the pages in two columns, with odd-numbered pages on the right.
    TWO_PAGE_LEFTDisplay the pages two at a time, with odd-numbered pages on the left.
    TWOP_AGE_RIGHTDisplay the pages two at a time, with odd-numbered pages on the right.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.document.PDFPageLayout

    See Also